home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Development / Source / Controls GH ƒ / utilities.h < prev   
Text File  |  1993-10-22  |  246b  |  8 lines

  1. /****** utilities.h *********
  2. **** prototype declaration for the utilities.c file
  3. ****/ 
  4. #pragma once
  5. Boolean TestForColor(void);
  6. Boolean UseColorQD(ControlHandle me, Rect *ctlRect);
  7. Boolean Using32Bit(void);
  8. Boolean TrapAvailable(short theTrap);